fix(deps): update all non-major dependencies with stable versions (patch)#3169
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update all non-major dependencies with stable versions (patch)#3169renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
|
❌ Deploy Preview for kongponents-sandbox failed.
|
4758d3e to
b64157b
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
b64157b to
5cd32d5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.1.2→^2.1.6^24.11.2→^24.12.2^6.0.5→^6.0.6^3.5.29→^3.5.323.5.33>=1.15.0→>=1.15.2](https://renovatebot.com/diffs/npm/axios@>=1.0.0 <1.12.0/1.15.0/1.15.2)>=6.1.5→>=6.1.7>=8.0.3→>=8.0.4^9.39.3→^9.39.4>=1.15.9→>=1.15.11>=1.15.9→>=1.15.11^4.17.23→^4.18.1>=10.2.4→>=10.2.5>=10.2.4→>=10.2.5](https://renovatebot.com/diffs/npm/minimatch@>=10.0.0 <10.2.4/10.2.4/10.2.5)>=10.2.4→>=10.2.5](https://renovatebot.com/diffs/npm/minimatch@>=5.0.0 <5.1.7/10.2.4/10.2.5)>=10.2.4→>=10.2.5](https://renovatebot.com/diffs/npm/minimatch@>=9.0.0 <9.0.6/10.2.4/10.2.5)^5.1.6→^5.1.924.14.0→24.14.124.14.0→24.14.1>=10.29.0→>=10.29.1](https://renovatebot.com/diffs/npm/preact@>=10.27.0 <10.27.3/10.29.0/10.29.1)>=6.15.0→>=6.15.1](https://renovatebot.com/diffs/npm/qs@>=6.7.0 <=6.14.1/6.15.0/6.15.1)>=1.5.0→>=1.5.2>=1.5.0→>=1.5.2>=5.31.3→>=5.31.5>=5.31.3→>=5.31.5>=7.5.11→>=7.5.13>=7.24.0→>=7.24.8^3.5.29→^3.5.323.5.33^3.2.5→^3.2.7Release Notes
evilmartians/lefthook (@evilmartians/lefthook)
v2.1.6Compare Source
rootto always include trailing slash before path replacement (#1381) by @Copilotv2.1.5Compare Source
lefthook runfrom overwriting global hooks (#1371) by @ivyv2.1.4Compare Source
vuejs/core (@vue/compiler-core)
v3.5.32Compare Source
Bug Fixes
Reverts
v3.5.31Compare Source
Bug Fixes
v3.5.30Compare Source
Bug Fixes
entitiesto @vue/compat deps to fix CJS edge cases (#12514) (e725a67), closes #10609Setwith initial reactive values edge case (#12393) (5dc27ca), closes #8647axios/axios (axios@>=1.0.0 <1.12.0)
v1.15.2Compare Source
This release delivers prototype-pollution hardening for the Node HTTP adapter, adds an opt-in
allowedSocketPathsallowlist to mitigate SSRF via Unix domain sockets, fixes a keep-alive socket memory leak, and ships supply-chain hardening across CI and security docs.🔒 Security Fixes
resolveConfig/mergeConfig/validator paths to read only own properties and use null-prototype config objects, preventing pollutedauth,baseURL,socketPath,beforeRedirect, andinsecureHTTPParserfrom influencing requests. (#10779)socketPath: Rejects non-stringsocketPathvalues and adds an opt-inallowedSocketPathsconfig option to restrict permitted Unix domain socket paths, returningAxiosErrorERR_BAD_OPTION_VALUEon mismatch. (#10777).npmrcwithignore-scripts=true, lockfile lint CI, non-blocking reproducible build diff, scoped CODEOWNERS, expandedSECURITY.md/THREATMODEL.mdwith provenance verification (npm audit signatures), 60-day resolution policy, and maintainer incident-response runbook. (#10776)🚀 New Features
allowedSocketPathsConfig Option: New request config option (and TypeScript types) to allowlist Unix domain socket paths used by the Node http adapter; backwards compatible when unset. (#10777)🐛 Bug Fixes
errorlistener tracking the active request viakAxiosSocketListener/kAxiosCurrentReq, eliminating per-request listener accumulation,MaxListenersExceededWarning, and linear heap growth under concurrent or long-running keep-alive workloads (fixes #10780). (#10788)🔧 Maintenance & Chores
CHANGELOG.mdwith v1.15.1 release notes. (#10781)Full Changelog
v1.15.1Compare Source
unjs/defu (defu@<=6.1.4)
v6.1.7Compare Source
compare changes
🩹 Fixes
📦 Build
typesexport entry (#160)❤️ Contributors
v6.1.6Compare Source
compare changes
📦 Build
❤️ Contributors
kpdecker/jsdiff (diff@<8.0.3)
v8.0.4Compare Source
diffWordswhen used with anIntl.Segmenter. If the text to be diffed included a combining mark after a whitespace character (i.e. roughly speaking, an accented space),diffWordswould previously crash. Now this case is handled correctly.eslint/eslint (eslint)
v9.39.4Compare Source
Bug Fixes
f18f6c8fix: update dependency minimatch to ^3.1.5 (#20564) (Milos Djermanovic)a3c868ffix: update dependency @eslint/eslintrc to ^3.3.4 (#20554) (Milos Djermanovic)234d005fix: minimatch security vulnerability patch for v9.x (#20549) (Andrej Beles)b1b37eefix: updateajvto6.14.0to address security vulnerabilities (#20538) (루밀LuMir)Documentation
4675152docs: add deprecation notice partial (#20520) (Milos Djermanovic)Chores
b8b4eb1chore: update dependencies for ESLint v9.39.4 (#20596) (Francesco Trotta)71b2f6bchore: package.json update for @eslint/js release (Jenkins)1d16c2fci: pin Node.js 25.6.1 (#20563) (Milos Djermanovic)h3js/h3 (h3@<1.15.9)
v1.15.11Compare Source
compare changes
🏡 Chore
v1.15.10Compare Source
compare changes
🩹 Fixes
❤️ Contributors
isaacs/minimatch (minimatch@<3.1.3)
v10.2.5Compare Source
ai/nanoid (nanoid)
v5.1.9Compare Source
v5.1.8Compare Source
cusatomAlphabet75% faster (by @saripovdenis).v5.1.7Compare Source
--versionto CLI (by @mahmoodhamdi).nanoid.jsfor CDN (by @mahmoodhamdi).customRandomtypes (by @oguimbal).nodejs/node (node)
v24.14.1Compare Source
preactjs/preact (preact@>=10.27.0 <10.27.3)
v10.29.1Compare Source
Fixes
Maintenance
.test.js->.test.jsxwhen JSX is used (#5058, thanks @marvinhagemeister)ljharb/qs (qs@>=6.7.0 <=6.14.1)
v6.15.1Compare Source
parse:parameterLimit: InfinitywiththrowOnLimitExceeded: truesilently drops all parameters@ljharb/eslint-config@ljharb/eslint-config,iconv-litesebhildebrandt/systeminformation (systeminformation@<5.30.8)
v5.31.5Compare Source
Full Changelog: sebhildebrandt/systeminformation@v5.31.4...v5.31.5
v5.31.4Compare Source
Full Changelog: sebhildebrandt/systeminformation@v5.31.3...v5.31.4
isaacs/node-tar (tar@<7.5.7)
v7.5.13Compare Source
v7.5.12Compare Source
nodejs/undici (undici@<7.24.0)
v7.24.8Compare Source
What's Changed
Full Changelog: nodejs/undici@v7.24.7...v7.24.8
v7.24.7Compare Source
What's Changed
redirectionLimitReachedby @samuel871211 in #4933New Contributors
Full Changelog: nodejs/undici@v7.24.6...v7.24.7
v7.24.6Compare Source
What's Changed
New Contributors
Full Changelog: nodejs/undici@v7.24.5...v7.24.6
v7.24.5Compare Source
What's Changed
New Contributors
Full Changelog: nodejs/undici@v7.24.4...v7.24.5
v7.24.4Compare Source
What's Changed
Full Changelog: nodejs/undici@v7.24.3...v7.24.4
v7.24.3Compare Source
What's Changed
Full Changelog: nodejs/undici@v7.24.2...v7.24.3
v7.24.2Compare Source
What's Changed
Full Changelog: nodejs/undici@v7.24.1...v7.24.2
v7.24.1Compare Source
vuejs/language-tools (vue-tsc)
v3.2.7Compare Source
component-meta
workspace
v3.2.6Compare Source
language-core
$slotstype in template correctly withdefineSlots(#5984) - Thanks to @KazariEX!v-for(#5987) - Thanks to @ascott18!vscode
Configuration
📅 Schedule: (in timezone America/New_York)
* 0-3 * * *)* * * * 1-5)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.